projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43776ca
)
(HAVE_ALLOCA): Don't define this on USG5_4 if not using GNU C.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 6 Aug 1997 17:46:39 +0000
(17:46 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 6 Aug 1997 17:46:39 +0000
(17:46 +0000)
src/m/intel386.h
patch
|
blob
|
history
diff --git
a/src/m/intel386.h
b/src/m/intel386.h
index 94af5555c118bd97bf011bf43edc3bb8573f8a5f..464cd2572524b6ea5857fd20611fe1170118f94c 100644
(file)
--- a/
src/m/intel386.h
+++ b/
src/m/intel386.h
@@
-195,7
+195,12
@@
NOTE-END */
#endif /* not USG5_4 */
#endif /* LIB_STANDARD */
+/* Paul Abrahams <abrahams@acm.org> says that
+ Unixware does not have alloca when using cc. */
+#if ! (defined (USG5_4) && ! defined (__GNUC__))
#define HAVE_ALLOCA
+#endif
+
#define NO_REMAP
#define TEXT_START 0
#endif /* USG */